﻿2026-08-03T01:35:21.5039166Z ##[group]Run actions/checkout@v5
2026-08-03T01:35:21.5039967Z with:
2026-08-03T01:35:21.5040573Z   repository: SaberMage/spt-shell-notify
2026-08-03T01:35:21.5041404Z   path: .adapter-notify
2026-08-03T01:35:21.5047961Z   token: ***
2026-08-03T01:35:21.5048542Z   ssh-strict: true
2026-08-03T01:35:21.5049228Z   ssh-user: git
2026-08-03T01:35:21.5049840Z   persist-credentials: true
2026-08-03T01:35:21.5050518Z   clean: true
2026-08-03T01:35:21.5051143Z   sparse-checkout-cone-mode: true
2026-08-03T01:35:21.5051899Z   fetch-depth: 1
2026-08-03T01:35:21.5052503Z   fetch-tags: false
2026-08-03T01:35:21.5053118Z   show-progress: true
2026-08-03T01:35:21.5053748Z   lfs: false
2026-08-03T01:35:21.5054320Z   submodules: false
2026-08-03T01:35:21.5054933Z   set-safe-directory: true
2026-08-03T01:35:21.5055649Z   allow-unsafe-pr-checkout: false
2026-08-03T01:35:21.5056384Z env:
2026-08-03T01:35:21.5057358Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30776330383-1-v7xwcJ
2026-08-03T01:35:21.5059136Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30776330383-1-v7xwcJ
2026-08-03T01:35:21.5060710Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30776330383-1-v7xwcJ
2026-08-03T01:35:21.5062264Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30776330383-1-v7xwcJ
2026-08-03T01:35:21.5063421Z ##[endgroup]
2026-08-03T01:35:21.5724710Z Syncing repository: SaberMage/spt-shell-notify
2026-08-03T01:35:21.5728866Z ##[group]Getting Git version info
2026-08-03T01:35:21.5730381Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-08-03T01:35:21.5750954Z [command]/usr/bin/git version
2026-08-03T01:35:21.5782807Z git version 2.43.0
2026-08-03T01:35:21.5798641Z ##[endgroup]
2026-08-03T01:35:21.5805904Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/f5d81b49-0857-4e3a-9646-5056f6d6db52/.gitconfig'
2026-08-03T01:35:21.5812665Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f5d81b49-0857-4e3a-9646-5056f6d6db52' before making global git config changes
2026-08-03T01:35:21.5815068Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T01:35:21.5817284Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-03T01:35:21.5841304Z ##[group]Initializing the repository
2026-08-03T01:35:21.5844741Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-03T01:35:21.5947075Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-03T01:35:21.5949093Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-03T01:35:21.5950839Z hint: of your new repositories, which will suppress this warning, call:
2026-08-03T01:35:21.5952065Z hint: 
2026-08-03T01:35:21.5952784Z hint: 	git config --global init.defaultBranch <name>
2026-08-03T01:35:21.5954137Z hint: 
2026-08-03T01:35:21.5955049Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-03T01:35:21.5956713Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-03T01:35:21.5957826Z hint: 
2026-08-03T01:35:21.5958404Z hint: 	git branch -m <name>
2026-08-03T01:35:21.5959946Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-03T01:35:21.5962738Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-03T01:35:21.5984130Z ##[endgroup]
2026-08-03T01:35:21.5985441Z ##[group]Disabling automatic garbage collection
2026-08-03T01:35:21.5986711Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T01:35:21.6007683Z ##[endgroup]
2026-08-03T01:35:21.6008643Z ##[group]Setting up auth
2026-08-03T01:35:21.6012700Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T01:35:21.6037279Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T01:35:21.6219405Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T01:35:21.6241804Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T01:35:21.6424805Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T01:35:21.6451338Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T01:35:21.6636819Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T01:35:21.6666451Z ##[endgroup]
2026-08-03T01:35:21.6667716Z ##[group]Determining the default branch
2026-08-03T01:35:21.6669056Z Retrieving the default branch name
2026-08-03T01:35:22.1153177Z Default branch 'main'
2026-08-03T01:35:22.1155228Z ##[endgroup]
2026-08-03T01:35:22.1156806Z ##[group]Fetching the repository
2026-08-03T01:35:22.1159834Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-08-03T01:35:22.6675799Z From https://github.com/SaberMage/spt-shell-notify
2026-08-03T01:35:22.6676637Z  * [new branch]      main       -> origin/main
2026-08-03T01:35:22.6696191Z ##[endgroup]
2026-08-03T01:35:22.6696614Z ##[group]Determining the checkout info
2026-08-03T01:35:22.6699054Z ##[endgroup]
2026-08-03T01:35:22.6704074Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T01:35:22.6744861Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T01:35:22.6775722Z ##[group]Checking out the ref
2026-08-03T01:35:22.6779918Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-03T01:35:22.6817758Z Switched to a new branch 'main'
2026-08-03T01:35:22.6818186Z branch 'main' set up to track 'origin/main'.
2026-08-03T01:35:22.6822134Z ##[endgroup]
2026-08-03T01:35:22.6856706Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T01:35:22.6877884Z ee2d37eadc730c0019e0af82d683074c509634a2
